Package com.cisco.pt.ipc.sim.pdu
Interface FlowRecord
- All Known Implementing Classes:
FlowRecordImpl
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetCollectStatements(List<FlowCollectStatement> collectStatements) voidsetMatchStatements(List<FlowMatchStatement> matchStatements) voidsetMonitors(List<String> monitors) voidsetRecordName(String recordName) Methods inherited from interface com.cisco.pt.ipc.sim.pdu.Signal
encodeTypeAndPayload, getFieldValue, getOrderedFieldNames, pduRead
-
Method Details
-
getRecordName
String getRecordName()- Returns:
- String Returns a String
-
setRecordName
- Parameters:
recordName- Takes in a parameter of recordName
-
getMonitors
- Returns:
- List<String> Returns a List<String>
-
setMonitors
- Parameters:
monitors- Takes in a parameter of monitors
-
getMatchStatements
List<FlowMatchStatement> getMatchStatements()- Returns:
- List<FlowMatchStatement> Returns a List<FlowMatchStatement>
-
setMatchStatements
- Parameters:
matchStatements- Takes in a parameter of matchStatements
-
getCollectStatements
List<FlowCollectStatement> getCollectStatements()- Returns:
- List<FlowCollectStatement> Returns a List<FlowCollectStatement>
-
setCollectStatements
- Parameters:
collectStatements- Takes in a parameter of collectStatements
-